Skip to content

Conversation

@bwagner5
Copy link
Contributor

Issue #, if available:
N/A

Description of changes:
Improve travis build file w/ names per job and building binaries + docker images on all builds to exercise those paths outside of releases.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@codecov-commenter
Copy link

codecov-commenter commented Jun 19, 2020

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.34%. Comparing base (8c62f4f) to head (69027ba).

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
- Coverage   89.60%   89.34%   -0.26%     
==========================================
  Files           7        7              
  Lines         779      779              
==========================================
- Hits          698      696       -2     
- Misses         53       54       +1     
- Partials       28       29       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@bwagner5 bwagner5 requested a review from haugenj June 22, 2020 15:19
language: go
go: "1.14.x"
script: make unit-test
env: GO_UNIT_TESTS=TRUE
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these vars used anywhere else? Forgive my lack of Travis knowledge but my thinking is that there's another location these need to be removed from

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nope, these were there because I didn't realize there was a name field for a travis job. The Travis job running page displays env vars, so I was using these to label the tests, but they're not needed since the jobs are named now.

Copy link
Contributor

@haugenj haugenj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏

@bwagner5 bwagner5 merged commit 7c54be8 into aws:master Jun 22, 2020
@bwagner5 bwagner5 deleted the improve-travis branch July 15, 2020 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants